projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a610993
)
Disable scrollbars until fully functional.
author
Geoff Voelker
<voelker@cs.washington.edu>
Sun, 24 Dec 1995 01:10:37 +0000
(
01:10
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Sun, 24 Dec 1995 01:10:37 +0000
(
01:10
+0000)
lisp/term/w32-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/w32-win.el
b/lisp/term/w32-win.el
index c84d67303f6795723be0b455d9aede2eb44c8a7f..d37c8d1cd8d4d7d33180675a5fa1b81fe67bb607 100644
(file)
--- a/
lisp/term/w32-win.el
+++ b/
lisp/term/w32-win.el
@@
-75,6
+75,9
@@
(require 'select)
(require 'menu-bar)
+;; Disable until scrollbars are fully functional
+(scroll-bar-mode nil)
+
(defvar x-invocation-args)
(defvar x-command-line-resources nil)